home *** CD-ROM | disk | FTP | other *** search
/ CD Magazyn 1996 June / CD Magazyn 1996.06.iso / machines / startuj.bat < prev    next >
Encoding:
DOS Batch File  |  1995-07-31  |  225 b   |  17 lines

  1. @echo off
  2. cls
  3. if not exist creation.cfg goto s_set
  4.  
  5. :play
  6. GRAFIX.EXE
  7. DEMO.exe
  8. tm.exe
  9. goto end
  10.  
  11. :s_set
  12. setsound
  13. if exist creation.cfg goto play
  14. @echo Sound configuration file not found - please try again
  15.  
  16. :end
  17.